.section {
    padding: 225px 0 121px;
    position: relative;
    z-index: 3
}

.section .wrap {
    width: 1440px;
    margin: 0 auto
}

.section .wrap .title {
    text-align: center;
    margin: 0 0 68px
}

.section .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #000000
}

.section .wrap .title .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 25px 0 0
}

.section .wrap .swiper_box {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 52px
}

.section .wrap .swiper_box .section_swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 16px
}

.section .wrap .swiper_box .section_swiper .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px rgba(1, 37, 72, 0.05);
    border-radius: 16px
}

.section .wrap .swiper_box .section_swiper .swiper-slide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px
}

.section .wrap .swiper_box .section_swiper .swiper-slide a:hover .l .p1 {
    color: var(--color)
}

.section .wrap .swiper_box .section_swiper .swiper-slide a:hover .l .more p, .section .wrap .swiper_box .section_swiper .swiper-slide a:hover .l .more .iconfont {
    color: var(--color)
}

.section .wrap .swiper_box .section_swiper .swiper-slide a:hover .l .more .iconfont {
    transform: rotate(90deg) translateY(-10px)
}

.section .wrap .swiper_box .section_swiper .swiper-slide a:hover .r img {
    transform: scale(1.05)
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .r {
    width: 600px;
    height: 360px;
    overflow: hidden;
    border-radius: 16px
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .r img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l {
    padding: 10px 20px
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l .time {
    width: 100px;
    height: 35px;
    background: #F7F8FA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #005EB8;
    margin: 0 0 22px
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l .p1 {
    width: 473px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 60px;
    transition: .6s ease
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l .p2 {
    width: 473px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l .more {
    display: flex;
    align-items: center;
    margin: 60px 0 0 0;
    gap: 10px
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l .more p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition: .6s ease
}

.section .wrap .swiper_box .section_swiper .swiper-slide a .l .more .iconfont {
    color: #000;
    font-size: 16px;
    transform: rotate(90deg);
    transition: .6s ease
}

.section .wrap .swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 99px
}

.section .wrap .swiper-pagination span {
    display: block;
    width: 45px;
    height: 6px;
    background: #E3E4E6;
    border-radius: 3px;
    opacity: 1;
    margin: 0 8px;
    position: relative
}

.section .wrap .swiper-pagination span:after {
    content: "";
    width: 0%;
    height: 6px;
    background: #005EB8;
    border-radius: 3px;
    top: 0;
    left: 0;
    position: absolute
}

.section .wrap .swiper-pagination span.on:after {
    animation: afterAnimate 5s linear forwards
}

.section .wrap .list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 0
}

.section .wrap .list .list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 63px
}

.section .wrap .list .list_top .l {
    display: flex;
    align-items: center;
    gap: 0 20px
}

.section .wrap .list .list_top .l a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
    border-radius: 28px;
    border: 1px solid rgba(17, 17, 17, 0.15);
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: 0.6s;
    box-shadow: 0px 6px 15px 0px rgba(1, 37, 72, 0)
}

.section .wrap .list .list_top .l a:hover, .section .wrap .list .list_top .l a.on {
    background: #005EB8;
    box-shadow: 0px 6px 15px 0px rgba(1, 37, 72, 0.2);
    border: 1px solid #005EB8;
    color: #FFFFFF
}

.section .wrap .list .list_top form {
    display: flex;
    align-items: center;
    width: 360px;
    height: 55px;
    border-radius: 28px;
    border: 1px solid rgba(17, 17, 17, 0.15)
}

.section .wrap .list .list_top form input {
    width: 303px;
    height: 16px;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 19px;
    font-weight: 500;
    font-size: 14px;
    color: #111111;
    background: unset
}

.section .wrap .list .list_top form input::placeholder {
    color: #999999
}

.section .wrap .list .list_top form button {
    padding: 0 20px;
    background: unset;
    font-size: 16px;
    color: #333333;
    transition: 0.6s
}

.section .wrap .list .list_top form button:hover {
    color: #005EB8
}

.section .wrap .list .list_box {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 60px 45px;
    margin: 0 0 60px
}

.section .wrap .list .list_box a {
    display: block;
    width: 100%;
    position: relative;
    height: 500px;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    padding: 25px
}

.section .wrap .list .list_box a:hover .img img {
    transform: scale(1.05)
}

.section .wrap .list .list_box a:hover .text .p1 {
    color: var(--color)
}

.section .wrap .list .list_box a:hover .text .end .more {
    background: var(--color);
    transform: rotate(45deg)
}

.section .wrap .list .list_box a:hover .text .end .more .iconfont {
    color: #fff
}

.section .wrap .list .list_box a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    border-radius: 12px;
    z-index: -1
}

.section .wrap .list .list_box a .img {
    width: 400px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto
}

.section .wrap .list .list_box a .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.section .wrap .list .list_box a .text .time {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 25px 0 15px 0
}

.section .wrap .list .list_box a .text .p1 {
    width: 366px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .6s ease
}

.section .wrap .list .list_box a .text .end {
    display: flex;
    justify-content: flex-end;
    margin: 25px 0 0 0
}

.section .wrap .list .list_box a .text .end .more {
    width: 45px;
    height: 45px;
    background: #F0F1F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s ease
}

.section .wrap .list .list_box a .text .end .more .iconfont {
    font-size: 15px;
    color: #000;
    transform: rotate(45deg);
    transition: .3s ease
}

.main {
    overflow: hidden
}

@keyframes afterAnimate {
    100% {
        width: 100%
    }
}

@media screen and (max-width: 1919px) {
    .section{
        padding: 11.71875vw 0px 6.3020833333vw;
    }
    .section .wrap{
        width: 75vw;
    }
    .section .wrap .title{
        margin: 0px 0px 3.5416666667vw;
    }
    .section .wrap .title .p1{
        font-size: 1.875vw;
    }
    .section .wrap .title .p2{
        font-size: 0.9375vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .section .wrap .swiper_box{
        border-radius: 0.8333333333vw;
        margin-bottom: 2.7083333333vw;
    }
    .section .wrap .swiper_box .section_swiper{
        border-radius: 0.8333333333vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide{
        box-shadow: rgba(1, 37, 72, 0.05) 0px 0.5208333333vw 2.0833333333vw 0px;
        border-radius: 0.8333333333vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a{
        padding: 1.5625vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a:hover .l .more .iconfont{
        transform: rotate(90deg) translateY(-0.5208333333vw);
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .r{
        width: 31.25vw;
        height: 18.75vw;
        border-radius: 0.8333333333vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l{
        padding: 0.5208333333vw 1.0416666667vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .time{
        width: 5.2083333333vw;
        height: 1.8229166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .p1{
        width: 24.6354166667vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin: 0px 0px 3.125vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .p2{
        width: 24.6354166667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .more{
        margin: 3.125vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .more p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .section .wrap .swiper-pagination{
        margin-bottom: 5.15625vw;
    }
    .section .wrap .swiper-pagination span{
        width: 2.34375vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        margin: 0px 0.4166666667vw;
    }
    .section .wrap .swiper-pagination span::after{
        height: 0.3125vw;
        border-radius: 0.15625vw;
    }
    .section .wrap .list{
        padding: 1.0416666667vw 0px 0px;
    }
    .section .wrap .list .list_top{
        margin-bottom: 3.28125vw;
    }
    .section .wrap .list .list_top .l{
        gap: 0px 1.0416666667vw;
    }
    .section .wrap .list .list_top .l a{
        width: 7.8125vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
        font-size: 0.8333333333vw;
        box-shadow: rgba(1, 37, 72, 0) 0px 0.3125vw 0.78125vw 0px;
    }
    .section .wrap .list .list_top .l a:hover, .section .wrap .list .list_top .l a.on{
        box-shadow: rgba(1, 37, 72, 0.2) 0px 0.3125vw 0.78125vw 0px;
    }
    .section .wrap .list .list_top form{
        width: 18.75vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
    }
    .section .wrap .list .list_top form input{
        width: 15.78125vw;
        height: 0.8333333333vw;
        padding: 0px 0.9895833333vw;
        font-size: 0.7291666667vw;
    }
    .section .wrap .list .list_top form button{
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .section .wrap .list .list_box{
        gap: 3.125vw 2.34375vw;
        margin: 0px 0px 3.125vw;
    }
    .section .wrap .list .list_box a{
        height: 26.0416666667vw;
        border-radius: 0.625vw;
        padding: 1.3020833333vw;
    }
    .section .wrap .list .list_box a::after{
        border-radius: 0.625vw;
    }
    .section .wrap .list .list_box a .img{
        width: 20.8333333333vw;
        height: 12.5vw;
        border-radius: 0.5208333333vw;
    }
    .section .wrap .list .list_box a .text .time{
        font-size: 0.8333333333vw;
        margin: 1.3020833333vw 0px 0.78125vw;
    }
    .section .wrap .list .list_box a .text .p1{
        width: 19.0625vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }
    .section .wrap .list .list_box a .text .end{
        margin: 1.3020833333vw 0px 0px;
    }
    .section .wrap .list .list_box a .text .end .more{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .section .wrap .list .list_box a .text .end .more .iconfont{
        font-size: 0.78125vw;
    }
}
@media screen and (max-width: 1024px) {
    .section .wrap{
        width: 90%;
        position: relative;
        z-index: 5;
    }
    .section{
        padding: 55px 0 25px 0;
    }
    .section .wrap .title .p1{
        font-size: 22px;
    }
    .section .wrap .title .p2{
        font-size: 13px;
        line-height: 27px;
        margin: 15px 0 0 0;
    }
    .section .wrap .swiper_box{
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide{
        height: auto;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a{
        padding: 10px;
        height: 100%;
        flex-direction: column-reverse;
        align-items: unset;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .r{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l{
        padding: 15px 0;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .time{
        padding: 10px;
        height: 30px;
        width: fit-content;
        border-radius: 2px;
        font-size: 12px;
        margin: 0 0 15px;
    }
    .section .wrap .title{
        margin: 0 0 20px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .p1{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .more{
        margin: 20px 0 0 0;
        gap: 15px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .more p{
        font-size: 13px;
    }
    .section .wrap .swiper_box .section_swiper .swiper-slide a .l .more .iconfont{
        font-size: 13px;
    }
    .main .bg img,    .main .bg {
        height: 100%;
    }
    .section .wrap .swiper-pagination{
        display: none;
    }
    .section .wrap .list{
        padding: 40px 0 0 0;
    }
    .section .wrap .list .list_top{
        flex-direction: column;
        align-items: unset;
        margin: 0 0 30px;
    }
    .section .wrap .list .list_top .l{
        gap: 10px;
    }
    .section .wrap .list .list_top .l a{
        width: fit-content;
        padding: 0 20px;
        height: 40px;
        border-radius: 22px;
        font-size: 14px;
    }
    .section .wrap .list .list_top form{
        width: 100%;
        height: 50px;
        margin: 25px 0 0 0;
        border-radius: 33px;
        padding: 0 5%;
    }
    .section .wrap .list .list_top form input {
        width: 87%;
        height: 42%;
        padding: 0;
        font-size: 13px;
    }
    .section .wrap .list .list_top form button{
        padding: 0 0 0 15px;
        font-size: 16px;
    }
    .section .wrap .list .list_box{
        grid-template-columns: repeat(1,1fr);
        gap: 25px;
    }
    .section .wrap .list .list_box a{
        height: auto;
        border-radius: 12px;
        padding: 12px;
    }
    .section .wrap .list .list_box a .img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .section .wrap .list .list_box a .text .time{
        font-size: 13px;
        margin: 15px 0 10px;
    }
    .section .wrap .list .list_box a .text .p1{
        width: 100%;
        font-size: 17px;
        line-height: 25px;
    }
    .section .wrap .list .list_box a .text .end{
        margin: 20px 0 0 0;
        justify-content: unset;
    }
    .section .wrap .list .list_box a .text .end .more{
        width: 38px;
        height: 38px;
    }
    .section .wrap .list .list_box a .text .end .more .iconfont{
        font-size: 14px;
    }
}
